home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Programacao
/
ByteCatcherX ActiveX Control
/
ByteCatcher
/
ByteCatcher.inf
next >
Wrap
Windows Setup INFormation
|
1997-05-21
|
2KB
|
53 lines
; ========================= ByteCatcher.inf ========================
; This inf file will control the installation of the MFC Spindial control.
; This control has been compiled with Visual C++ version 4.2. The
; FileVersion tags in the dependent DLLs section on this file reflect
; this requirement.
[version]
; version signature (same for both Nt and Win95) do not remove
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
ByteCatcher.ocx=ByteCatcher.ocx
; These are the necessary supporting DLLs for MFC 4.2 ActiveX Controls
msvcrt.dll=msvcrt.dll
mfc42.dll=mfc42.dll
olepro32.dll=olepro32.dll
[ByteCatcher.ocx]
file-win32-x86=thiscab
; *** add your controls CLSID here ***
clsid={C9460283-3EED-11D0-A647-00A0C91EF7B9}
; add your ocx's file version here
FileVersion=1,0,0,1
RegsiterServer=yes
; dependent DLLs
[msvcrt.dll]
; This is an example of conditional hook. The hook only gets processed
; if msvcrt.dll of the specified version is absent on client machine.
FileVersion=4,20,0,6164
hook=mfc42installer
[mfc42.dll]
FileVersion=4,2,0,6256
hook=mfc42installer
[olepro32.dll]
FileVersion=4,2,0,6068
hook=mfc42installer
[mfc42installer]
file-win32-x86=http://activex.microsoft.com/controls/vc/mfc42.cab
; If dependent DLLs are packaged directly into the above cabinet file
; along with an .inf file, specify that .inf file to run as follows:
;InfFile=mfc42.inf
; The mfc42.cab file actually contains a self extracting executable.
; In this case we specify a run= command.
run=%EXTRACT_DIR%\mfc42.exe
; ====================== end of ByteCatcher.inf =====================